ProcessSamples(Action<byte[], int>)

Method

Namespace: Vox

Declared in: Vox.CaptureDevice


Reads all available samples and passes them to the callback.

Syntax

public void ProcessSamples(
	Action<byte[], int> callback
)

Remarks

If you intend to use sample data later, , because the buffer is pooled and will be reused.
Back to index